home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pbmpl91d.zip / PBMPLUS / MAN / YUVTOPPM.MAN < prev   
Text File  |  1993-01-08  |  1KB  |  67 lines

  1.  
  2.  
  3. yuvtoppm(1)                Unix Programmer's Manual                yuvtoppm(1)
  4.  
  5.  
  6. NAME
  7.      yuvtoppm - convert Abekas YUV bytes into a portable pixmap
  8.  
  9. SYNOPSIS
  10.      yuvtoppm width height [imagedata]
  11.               ----- ------  ---------
  12.  
  13. DESCRIPTION
  14.      Reads raw Abekas YUV bytes as  input.   Produces  a  portable  pixmap  as
  15.      output.  The input file is just YUV bytes.  You have to specify the width
  16.      and height on the command line, since the  program  obviously  can't  get
  17.      them from the file.  The maxval is assumed to be 255.
  18.  
  19. SEE ALSO
  20.      ppmtoyuv(1), ppm(5)
  21.  
  22. AUTHOR
  23.      Marc Boucher <marc@PostImage.COM>, based on Example  Conversion  Program,
  24.      A60/A64 Digital Video Interface Manual, page 69.
  25.  
  26.      Copyright (C) 1991 by DHD PostImage Inc.
  27.  
  28.      Copyright (C) 1987 by Abekas Video Systems Inc.
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                  25 March 91                                 1
  66.  
  67.